home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ef11.zip / QUICK.DOC < prev    next >
Text File  |  1993-01-20  |  4KB  |  93 lines

  1.  
  2.               FOR THOSE OF YOU WHO HATE READING MANUALS!
  3.               ******************************************
  4.  
  5. Please just read this short file which contains a few key features that
  6. are not on the menus and you will miss if you don't read the whole manual.
  7.  
  8. ---------------------------------------------------------------------
  9. YOU MAY EDIT MULTIPLE FILES FROM THE COMMAND LINE. For exmaple
  10.  
  11. EF MYFILE1 MYFILE2 MYFILE3
  12.  
  13. ---------------------------------------------------------------------
  14. YOU MAY USE WILDCARDS IN FILE NAMES AT THE COMMAND LINE. For exmaple
  15.  
  16. EF *.C *.H *.DOC
  17.  
  18. ---------------------------------------------------------------------
  19. ANOTHER WAY OF EDITING A LARGE NUMBER OF FILES from the command line is
  20. to make an ASCII file containing the names of the files you wish to edit
  21. (one file per line) and then type "ED @XXX" where XXX is the name of the
  22. list file.
  23.  
  24. ---------------------------------------------------------------------
  25. IF YOU TYPE "EF" WITHOUT ANY PARAMETERS, EasyFold will attempt to load the
  26. same files as in the previous editing session.
  27.  
  28. ---------------------------------------------------------------------
  29. TO ENTER A CARRIAGE RETURN IN A SEARCH/REPLACE STRING ENTER <CTRL-N>.
  30.  
  31. ---------------------------------------------------------------------
  32. WHEN BEING PROMPTED FOR SEARCH/REPLACE/LOAD STRINGS you may type <Up> or 
  33. <Down> to retrieve previously used strings.
  34.  
  35. ---------------------------------------------------------------------
  36. YOU MAY USE WILDCARDS IN FILE NAMES WHEN ENTERING A FILE TO LOAD VIA THE 
  37. LOAD COMMAND. In this case you will enter a directory browser.
  38.  
  39. ---------------------------------------------------------------------
  40. WHEN BEING ASKED FOR FILENAME TO LOAD you may type <Up> or <Down> to retrieve 
  41. previously used names.
  42.  
  43. ---------------------------------------------------------------------
  44. YOU MAY INDENT / UN-INDENT A BLOCK OF TEXT by simply selecting the block and 
  45. then typing <TAB> / <SHIFT-TAB>
  46.  
  47. ---------------------------------------------------------------------
  48. <CTRL-HOME> / <CTRL-END> scroll the screen while leaving the cursor at the 
  49. same position in the text.
  50.  
  51. ---------------------------------------------------------------------
  52. IF YOU HAVE SVGA you may be able to edit in some other modes for example 132 
  53. column modes. The actual mode numbers will be card dependant and you have to 
  54. tell EasyFold these numbers in advance. EasyFold can access up to three 
  55. extra screen modes by examining the environment variables EXMOD1, EXMOD2 and 
  56. EXMOD3. For example on a 8900 based SVGA card, mode 90 is a 132x60 text mode 
  57. so you would add the following line to your autoexec.bat to access this,
  58.  
  59. SET EXMOD1=90
  60.  
  61. To find out what extra screen modes are available on your machine 
  62. consult your video card manual.
  63.  
  64. NOTE: At the time of writing only a few mouse drivers support 132 column 
  65. modes.
  66.  
  67. ---------------------------------------------------------------------
  68. ANY FILE WITH THE EXTENTION ".EF" will always be read and written to the 
  69. editors working directory. This is usefull for often used files which you 
  70. want to access from anywhere. For example you may keep a small ".EF" file 
  71. containing your name and address for insertion into documents.
  72.  
  73. NOTE: The location of the editors working directory is determined in 
  74. the following order of priorities.
  75.  
  76. 1. The dierctory specified by an environment variable "EFWORK".
  77.  
  78. 2. The directory specified by an environment variable "HOME".
  79.  
  80. 3. The directory that the editor executable is in.
  81.  
  82. ---------------------------------------------------------------------
  83. WITH SOME NON-STANDARD VIDEO CARDS (especially in laptops) the cursor
  84. may not appear properly (or at all!) in which case you can tell EasyFold
  85. not to change the cursor appearance by setting an environment variable
  86. "TOUCH_CURS" equal to "0". This is done by adding the line:
  87.  
  88. set touch_curs=0
  89.  
  90. in your "AUTOEXEC.BAT".
  91.  
  92. ---------------------------------------------------------------------
  93.